

Claudia
Member-
Posts
234 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Claudia
-
I've changed the css in the foundation navigation files so it now acts as a vertical menu. However, I can't get it to show my "children" and I don't know where to put my script. Any help is appreciated https://www.cambargainstore.com/ {if $CATEGORIES} {$CATEGORIES} {else} <div id="vertical-navigation-box-cbd"> <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" class="vnb-top-cbd"> <li> <a href="/listed-only-on-ebay" title="Listed only on eBay" class="vm-ebay-txt">Listed only on eBay</a></li> <li> <a href="/listed-only-on-etsy" title="Listed only on Etsy" class="vm-etsy-txt">Listed only on Etsy</a></li> <!-- <li class="name"></li> <li class="toggle-topbar left"><a href="">{$LANG.navigation.title} <svg class="icon"><use xlink:href="#icon-caret-down"></use></svg></a></li> </ul> --> <!-- <section class="top-bar-section"> <h5 class="hide">{$LANG.navigation.title}</h5> --> <!-- <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" class="left"> --> <!-- <li itemprop="name" class="show-for-medium-up"><a itemprop="url" href="{$ROOT_PATH}" title="{$LANG.common.home}"><svg class="icon"><use xlink:href="#icon-home"></use></svg></a></li> --> {$NAVIGATION_TREE} <!-- {if $CTRL_CERTIFICATES && !$CATALOGUE_MODE} <li itemprop="name"><a itemprop="url" href="{$URL.certificates}" title="{$LANG.navigation.giftcerts}">{$LANG.navigation.giftcerts}</a></li> {/if} --> <!-- {if $CTRL_SALE} <li itemprop="name"><a itemprop="url" href="{$URL.saleitems}" title="{$LANG.navigation.saleitems}">{$LANG.navigation.saleitems}</a></li> {/if} --> </ul> </div> {/if} <li class="has-sub-cbd"> <a class="vertical-navigation-box-link-cbd" href="{$BRANCH.url}" title="{$BRANCH.name}">{$BRANCH.name}</a> {if isset($BRANCH.children)} <ul class="vnb-sub-cbd"> <li itemprop="name" class="vnb-sub-title-cbd">{$BRANCH.name}</li> {$BRANCH.children} </ul> {/if} </li> <script> $('.vnb-sub-cbd').hide(); $('.has-sub-cbd').hover(function(){ $(this).children('.vnb-sub-cbd').fadeToggle(200); }); </script>
-
Which version should I be using?
-
I have what is probably a silly question. Why does the extension chart in CC show the latest version of PayPal commerce as 1.8.5 but the extension in my admin shows version 1.9.0? Thanks
-
Thanks Brian. I'll wait for the Github to correct this issue
-
No I don't have that feature enabled, I don't guess. Where do I find that feature? I haven't changed anything. These emails I send are for customers I create along with their orders.
-
Interesting ... it shows English (UK)
-
sorry en-US no spaces. English is set as my default language in store settings
-
en-GB shows CC Stock code en - US Shows my template Yes, It always sent my edited template.
-
Many CC versions ago I changed some of my email templates to suit my needs. For example the Admin Order Received email. I uploaded this to the email template in admin and checked in the database and the test in admin and all my changes are there. However, when the email is sent, the stock email from CC is sent. How do I make CC send my edited template? I'm using CC version 6.5.1 Thanks Claudia
-
That makes sense. I think I'll keep making the change instead of changing the rate rule. Thanks!
-
That did it .... Thank You!
-
As Estelle stated when she created this make a zone for zip codes and one for each state in case all the zip codes aren't covered. So I did that. I'm not sure where to make the edits for 1.0.26
-
Here you go .... debug 2.txt
-
Here you go debug.txt
-
I just upgraded to 1.0.26 AIOS and my shipping rates are showing twice on the checkout page. This has always happened and I was given code to correct this, but I'm not sure it would work now. Here is the change from some previous version of CC. What should I do? In All in One Shipping module, shipping.class.php, near line 212, find: $this->debug(sprintf('<strong>>>> Shipping zone [ID %s] matches the delivery address! Use this zone for shipping calculations.</strong>', $this->_all_zones[$i]['id'])); if ($this->_settings['multiple_zones'] == 'first') { $this->debug('Looking for first matching zone of best match (instead of searching for all matching zones - see AIOS module settings)'); } else { $this->debug('Searching for all matching shipping zones (instead of stopping at first matching zone - see AIOS module settings)'); } Change to: $this->debug(sprintf('<strong>>>> Shipping zone [ID %s] matches the delivery address! Use this zone for shipping calculations.</strong>', $this->_all_zones[$i]['id'])); if ($this->_settings['multiple_zones'] == 'first') { $this->debug('Looking for first matching zone of best match (instead of searching for all matching zones - see AIOS module settings)'); $closest_match_zone_id = $this->_all_zones[$i]['id']; break; } else { $this->debug('Searching for all matching shipping zones (instead of stopping at first matching zone - see AIOS module settings)'); }
-
I've gone in PayPal to set it up. Completed the file, downloaded it then placed it in the well-known folder as it said to do then clicked register. PayPal says it can't verify the file. Tried several times then gave up. By the by, thanks for fixing the Apple Pay issye. My error log also thanks you.
-
It's just the error log in file manager in cPanel, viewed as ASCII text, with very long lines, viewed in a browser. I just click the view button. In edit, whem I could click it, I would just select all and delete the files, emptying the log. I don't want to delete the whole file. I thought I saved and cleared the cache when I upgrade the PayPal extension. I'll try again.
-
My error log in cPanel is at 2.14MB. A LOT of PHP warnings are this one about applepay. Yes I have the current version of PayPal installed. The log is so huge the edit button does not respond and I cannot clear the log, I can just view it. Further, I don't know if anything is really harmful or just because of PHP 8. I know you guys have your hands full with this, but this is really annoying. [30-May-2023 14:35:42 America/Louisville] PHP Warning: Undefined array key "applepay" in /home/xxxx/public_html/modules/plugins/paypal_commerce/paypal.class.php on line 425
-
Thanks Brian!
-
How is it decided in what order the tabs are shown in Products Admin, or Orders admin? I added a new tab after General but it is showing last. Shows: General - Description - Orders - Pricing - Categories Options - etc..... - Venue Info I want: General - Venue Info - Description - Orders - Pricing - Categories Options - etc..... Thanks for any and all help
-
Thanks Brian!
-
Made changes now I get this [21-Apr-2023 10:06:46 America/Louisville] PHP Warning: Undefined array key "HTTP_USER_AGENT" in /home/xxxxxx/public_html/classes/user.class.php on line 719
-
Thanks Brian! "You have a busy site" Most of it is probably me adding new products. LOL
-
I keep getting these 2 PHP Warnings in my error log. Just today (19th) over 200 of them [19-Apr-2023 08:58:18 America/Louisville] PHP Warning: Undefined array key "HTTP_USER_AGENT" in /home/xxxxxx/public_html/classes/session.class.php on line 676 [19-Apr-2023 08:58:18 America/Louisville] PHP Warning: Undefined array key "_g" in /home/xxxxxx/public_html/classes/ssl.class.php on line 39