Search found 109 matches

Search found 109 matches

Re: Second common/menu added to Footer not working

Hi Paul

That is interesting. It would work if it was easy to implement. Stick the menu in the header and freeze the header from scrolling?
I was looking at the fastest easiest solution, which was to clone the existing menu and stick it in the footer.
How difficult is your solution to implement?

Jump to post
  • Mon Oct 09, 2023 9:10 pm
  • Replies 10
  • Views 628
Re: Second common/menu added to Footer not working

Yes.

$data['menu'] = $this->load->controller('common/menu');

immediately after:
public function index(): string {
$this->load->language('common/footer');
$this->load->model('catalog/information');
$data['menu'] = $this->load->controller('common/menu');

Jump to post
  • Mon Oct 09, 2023 5:42 am
  • Replies 10
  • Views 628
SOLVED Second common/menu added to Footer not working

This should be easy, but it isn't working for me. I am trying to have a second menu (common/menu) at the bottom of the page. The goal is a menu top and bottom of each page. Thought if I duplicated the menu call {{ menu }} as the first line after the <footer> tag it would do what I want. Changed the ...

Jump to post
  • Sun Oct 08, 2023 11:59 pm
  • Replies 10
  • Views 628
Re: VQMOD mods.cache in OC 4.0.2.2

Thank you Johnathan
Yup. Using Notepad and received Chinese characters. Using a different text editor and everything is as it should be.
Appreciate the support

Dave

Jump to post
  • Mon Sep 11, 2023 11:53 pm
  • Replies 7
  • Views 1117
[SOLVED] VQMOD mods.cache in OC 4.0.2.2

Not necessarily a problem, but a request for understanding In trying to track down a permissions in issue in VQMOD (lines 158 & 160), i happened to look at mods.cache It is entirely in Chinese !!???? I do not have Chinese installed on my system. Why is OC writing Chinese to mods.cache ???? Can s...

Jump to post
  • Mon Aug 28, 2023 11:12 pm
  • Replies 7
  • Views 1117
Re: Location for text used in emails

Thanks
Looks straightforward
Will need to familiarize myself with the capabilities.
Appreciate the explanation

Jump to post
  • Mon Aug 28, 2023 2:13 am
  • Replies 4
  • Views 702
Re: Location for text used in emails

Thank you
Was not aware of the Language Editor
Saw it as a menu option, but no idea what the purpose is
Are there docs or videos explaining how to use?

Jump to post
  • Sun Aug 27, 2023 1:19 am
  • Replies 4
  • Views 702
Re: ReOrder Admin Navigation Panel 4.0.2.2

I thought I did that.
Copied the entire block between the comment and the next comment ... such as
// Sales
$sale = [];
all code until the next group

That is what you meant, isn't it?

Jump to post
  • Sat Aug 26, 2023 3:09 am
  • Replies 6
  • Views 1402
Best Practices Recommendation - Commission Sales

Not sure if Open Cart has this capability, so I am asking for the best way to implement this. The problem is how to handle commission salespeople. Customer X purchases something and SalesPerson A gets a commission on the sale. This is similar to, but different, from Affiliate. Affiliate tracking is ...

Jump to post
  • Sat Aug 26, 2023 1:35 am
  • Replies 2
  • Views 466
Location for text used in emails

This should be obvious, but not finding it.
Various OC activities spawn emails to the customer.
Where is the text for those emails located?
Where should I be looking if I wanted to customize the default contents of the emails generated by OC?
OC 4.0.2.2
Thanks

Jump to post
  • Fri Aug 25, 2023 10:24 pm
  • Replies 4
  • Views 702
OC 4 Events

Is anyone working on documentation or how-to videos on working with OC 4 events?

Jump to post
  • Fri Aug 25, 2023 9:41 pm
  • Replies 1
  • Views 441
Re: ReOrder Admin Navigation Panel 4.0.2.2

Wanted to reorder the list so the most used links are near the top instead of the bottom. Simply, wanted to change links 1, 2, 3, 4 to 1, 4, 2, 3 Copied the section for a link (section 4 eg) and moved it up in column_left.php to be after another link (section 1 eg). Saved. Cleared cache. Nothing cha...

Jump to post
  • Fri Aug 25, 2023 9:38 pm
  • Replies 6
  • Views 1402
Re: Sending out marketing emails 4.0.2.2

Thank you. Will you post the bug report on github or should I?

Jump to post
  • Fri Aug 25, 2023 9:31 pm
  • Replies 2
  • Views 457
ReOrder Admin Navigation Panel 4.0.2.2

Reposting in the correct section: I know this has been addressed before, but I can not get it to work on 4.0.2.2 The navigation panel is controlled by column_left. I get that. Changing admin\controller\common\column_left.php does not work. Altering the order does not reorder the display I don't see ...

Jump to post
  • Fri Aug 25, 2023 1:17 am
  • Replies 6
  • Views 1402
Sending out marketing emails 4.0.2.2

Still learning my way thru 4.0.2.2 and just embarassed myself Created an email (Marketing -> email) and sent to All Affiliates. OpenCart sent to EVERY customer whether they were an Affiliate or not. Not what I intended. This could have been prevented if I could preview WHO was in a group? Which cust...

Jump to post
  • Fri Aug 25, 2023 12:03 am
  • Replies 2
  • Views 457
Re: Apple/iPhone/Safari bug ???

Let's just say some people wear a Customer Service hat and some are still looking for one. Not how I treat my customers... Shout out to ADD Creative, who went over and above to be helpful and figured out the problem POSTSCRIPT -- out of curiosity I tried the OpenCart demo (top of the OpenCart home p...

Jump to post
  • Sat Aug 19, 2023 4:36 am
  • Replies 10
  • Views 2951
Re: Apple/iPhone/Safari bug ???

Thank you for a very constructive response.
Everything was set with defaults. I have not changed any of these.
To answer your question:
$_['session_path'] = !empty($_SERVER['PHP_SELF']) ? rtrim(dirname($_SERVER['PHP_SELF']), '/') . '/' : '/';

Jump to post
  • Thu Aug 17, 2023 5:45 am
  • Replies 10
  • Views 2951
Re: Apple/iPhone/Safari bug ???

Which is a totally valid response, and utterly useless. Sorry What do I tell my customers who want to pay with an Apple device. Sorry, come back later? Only half of the customer base out there can't shop on my site. That is more than a nuisance. It is a problem if not fixed. Seriously, can anyone co...

Jump to post
  • Wed Aug 16, 2023 11:43 pm
  • Replies 10
  • Views 2951
Re: Apple/iPhone/Safari bug ???

I had multiple customers unable to place orders on 4.0.2.1. Customers who failed used iPhones, Macs, etc. Just completed transition to 4.0.2.2 Had ONE customer test and it failed! So the problem is still there. Customer used a Safari browser on a Mac Air Laptop NO errors in the log https://harbor-sa...

Jump to post
  • Wed Aug 16, 2023 9:11 pm
  • Replies 10
  • Views 2951
Apple/iPhone/Safari bug ???

Is there a problem with OC 4.0.2.2 and users trying to shop using Apple devices? I had an issue with 4.0.2.1, so moved to 4.0.2.2 and it looks like maybe the issue is still there. Customers trying to shop using Android devices and other non-Apple devices seem to be able to shop successfully. Custome...

Jump to post
  • Wed Aug 16, 2023 7:20 am
  • Replies 10
  • Views 2951

Search found 109 matches