Search found 248 matches

by raiwa
Wed Apr 10, 2024 9:35 am
Forum: Community Help & Support
Topic: 1.0.9.1 Questions / Comments / Concerns
Replies: 4
Views: 142

Re: 1.0.9.1 Questions / Comments / Concerns

In: includes\system\versioned\1.0.7.other\1.0.7.12\guarantor.php These 2 functions should probably also bee removed: function &tep_guarantee_subarray(&$data, $key) { trigger_error('The tep_guarantee_subarray function has been deprecated.', E_USER_DEPRECATED); return Guarantor::guarantee_suba...
by raiwa
Thu Apr 04, 2024 6:33 pm
Forum: Community Help & Support
Topic: PHP to extract Product Color Options
Replies: 11
Views: 1023

Re: PHP to extract Product Color Options

No problem if it works for you :+1: . Just wondered if your customers will always correct identify the colour option name in the pull down with the sample colours. You do not need to use the available Addons. You could recode the option selection to a radio list which shows the colour samples in the...
by raiwa
Thu Apr 04, 2024 6:01 pm
Forum: Community Help & Support
Topic: PHP to extract Product Color Options
Replies: 11
Views: 1023

Re: PHP to extract Product Color Options

Use qtpro together with options images and you can display the options as radios list and show all colours without the need to click on select menu. In addition you get stock control for options/attributes.
https://phoenixcart.org/forum/app.php/ ... ddon/qtpro
by raiwa
Wed Apr 03, 2024 2:11 pm
Forum: Community Help & Support
Topic: PHP to extract Product Color Options
Replies: 11
Views: 1023

Re: PHP to extract Product Color Options

You may consider to use my options images addon:
app.php/addons/free_addon/options_images
by raiwa
Fri Mar 22, 2024 8:27 pm
Forum: Community Help & Support
Topic: Installing Discount Codes Addon
Replies: 1
Views: 49

Re: Installing Discount Codes Addon

Support for Addons is given in the support tab of the Addon where you downloaded it.
Please read also “Need Help” linked in my footer.
by raiwa
Mon Mar 11, 2024 10:32 am
Forum: Community Help & Support
Topic: Product Notifications
Replies: 21
Views: 1224

Re: Product Notifications

If you are referring by guests to customers who purchased with guest accounts and my PWA add-on, then the answer is no. Guests just use the guest checkout to leave only data strictly needed for the purchase and do not wish that their personal information is stored for further purposes. The guest acc...
by raiwa
Sun Mar 03, 2024 5:25 am
Forum: Community Help & Support
Topic: 2Checkout Install Module - This module has an unmet dependency.
Replies: 2
Views: 78

Re: 2Checkout Install Module - This module has an unmet dependency.

You need to install the customer data phone module:
Admin -> modules -> customer data -> install -> telephone
by raiwa
Fri Mar 01, 2024 11:07 am
Forum: Community Help & Support
Topic: The Best Way to Update 1.0.7.18 site to 1.0.8.21?
Replies: 7
Views: 126

Re: The Best Way to Update 1.0.7.18 site to 1.0.8.21?

Has anyone updated from a similar situation? My biggest concern is that I use a URL rewriter and I don't want to get any urls de-indexed. Thank you. It depends which URL rewriter you are using in your actual store. If it is Chemos SEO URL 2.2 series, my Name Based URLs will produce exact the same a...
by raiwa
Thu Feb 29, 2024 7:46 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 365

Re: newsletter manager with source code not working.

in the editor the email looks like i want it to, but the preview has giants spaces between every thing. What exact are you referring to by “editor” and “preview”? You could use the browser’s developer tools to find out where the gaps are coming from. You could post screenshots and code examples to ...
by raiwa
Wed Feb 28, 2024 5:39 am
Forum: Community Help & Support
Topic: newsletter manager with source code not working.
Replies: 21
Views: 365

Re: newsletter manager with source code not working.

Did you set “Use MIME HTML When Sending Emails” to “true” in: admin -> configuration -> e-mails?