Page 1 of 1
Search found 9 matches
Re: PayPal Standard transaction ID in order email
I believe that paid modification simply uses the paypal callback information that is posted by paypal and stores that in the order history while switching the order status from missing to pending. That info comes in after the order email and alerts are send by OC so I do not see how you can include ...
Jump to post- Tue May 07, 2019 8:04 pm
- Replies 4
- Views 768
Re: Different Product Price For Each Currency 2.0 Module is not Working on Journal 3 Theme
so with that modification that totals 190 USD for fixed prices, expensive prices.
Jump to post- Tue May 07, 2019 7:56 pm
- Replies 10
- Views 861
Re: Main Menu On Front End Not Showing
I don't mind asking, more concerned about posters who actually don't now that information.
Jump to post- Tue May 07, 2019 7:54 pm
- Replies 5
- Views 497
Re: Not all categories are showing in mobile in OC 3.0.3.2
that is not how you comment-out code in a twig file.
Jump to post- Tue May 07, 2019 7:50 pm
- Replies 11
- Views 1416
Highlight search keywords in you product page
Highlight search keywords in your product page: (used to write this for OSCommerce). 1) add these functions to your catalog/model/catalog/product.php public function HighlightViewableText($text, $keywords, $class) { if (($text == '') or ($keywords == '')) return $text; $keywords = str_replace('#', '...
Jump to post- Fri Aug 18, 2017 3:35 am
- Replies 0
- Views 625
cannot reply to posts on this forum.
I can indeed start a new topic myself but I cannot reply on this forum, not even to my own topics. "You need some posts to reply to topics", there is a threshold here? this forum makes no sense. Hello letxob, You can post a topic as you posted "cannot reply on this forum" Please read Forum Rules vie...
Jump to post- Thu Aug 17, 2017 7:31 pm
- Replies 2
- Views 512
cannot reply on this forum
not sure why but I can post a new topic yet not reply to it.
I have seen this issue raised in 2009, still there apparently.
- Thu Aug 17, 2017 7:17 am
- Replies 1
- Views 541
Brighten up your 404 not found page
Default the 404 page is rather empty.
If you add a "not found" layout you can add modules to it.
1) add a new layout and call it "not found" or whatever you like
2) set the route to error/not_found
3) add your modules
now you can tease the customers in (hopefully) not leaving so fast.
- Tue Aug 15, 2017 11:41 pm
- Replies 9
- Views 1632
Dynamically include modules so they appear conditionally
I wanted to include the specials module on the product page but only if the product itself is a special. That cannot be done via the layout manager. So we need to do it dynamically. in the product controller I add: // initialize $data['special_module_include'] = ''; // if current product is a specia...
Jump to post- Tue Aug 15, 2017 7:51 pm
- Replies 1
- Views 816
Search found 9 matches